From 7cf48c036eceb441b5e65221dac20b1da08f6eb5 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Tue, 19 Jul 2016 02:32:38 +0200 Subject: [PATCH] Drop deps-url-fix-toml since merged upstream --- debian/patches/deps-url-fix-toml.patch | 35 -------------------------- debian/patches/series | 1 - 2 files changed, 36 deletions(-) delete mode 100644 debian/patches/deps-url-fix-toml.patch diff --git a/debian/patches/deps-url-fix-toml.patch b/debian/patches/deps-url-fix-toml.patch deleted file mode 100644 index 4d267ce21..000000000 --- a/debian/patches/deps-url-fix-toml.patch +++ /dev/null @@ -1,35 +0,0 @@ -From e362e1382784ccf455533183fde0d12666aa3fac Mon Sep 17 00:00:00 2001 -From: James Sanderson -Date: Sun, 17 Apr 2016 04:25:27 +0100 -Subject: [PATCH] Make Cargo.toml compatible with TOML spec - ---- - Cargo.toml | 15 ++++++++++----- - 1 file changed, 10 insertions(+), 5 deletions(-) - -diff --git a/deps/url-0.5.5/toml b/deps/url-0.5.5/Cargo.toml -index 9cf4efe..b2458c0 100644 ---- a/deps/url-0.5.5/Cargo.toml -+++ b/deps/url-0.5.5/Cargo.toml -@@ -11,11 +11,16 @@ readme = "README.md" - keywords = ["url", "parser"] - license = "MIT/Apache-2.0" - --[[test]] name = "format" --[[test]] name = "form_urlencoded" --[[test]] name = "idna" --[[test]] name = "punycode" --[[test]] name = "tests" -+[[test]] -+name = "format" -+[[test]] -+name = "form_urlencoded" -+[[test]] -+name = "idna" -+[[test]] -+name = "punycode" -+[[test]] -+name = "tests" - [[test]] - name = "wpt" - harness = false diff --git a/debian/patches/series b/debian/patches/series index 4acccca4a..fc30febe4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,5 @@ clean-cargo-deps.patch deps-adjust-versions.patch -deps-url-fix-toml.patch libgit2-fixes.patch clean-win-crates.patch local-jquery.patch -- 2.30.2